From 2caf283323463045e252495a702b56deb0cf5a4e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Dec 2020 12:04:47 -0500 Subject: [PATCH] Mark the window-show-contents-on-map.ui reftest as xfail We know now what the test is trying to test, just lack the right plumbing to do it properly. So, keep the test around, marked as expected fail. --- testsuite/reftests/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index 8df36fab93..a7b4eb0d27 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -448,6 +448,8 @@ xfails = [ 'sizegroups-evolution-identity-page.ui', # these depend on details of text layout 'label-sizing.ui', + # needs a better way to perform delayed actions + 'window-show-contents-on-map.ui', ] reftest_env = environment() -- 2.30.2